﻿2026-06-04T07:59:21.2738560Z ##[group]Run actions/checkout@v5
2026-06-04T07:59:21.2740963Z with:
2026-06-04T07:59:21.2742217Z   repository: SaberMage/spt-core
2026-06-04T07:59:21.2758467Z   token: ***
2026-06-04T07:59:21.2759808Z   ssh-strict: true
2026-06-04T07:59:21.2761076Z   ssh-user: git
2026-06-04T07:59:21.2762366Z   persist-credentials: true
2026-06-04T07:59:21.2763803Z   clean: true
2026-06-04T07:59:21.2765095Z   sparse-checkout-cone-mode: true
2026-06-04T07:59:21.2766644Z   fetch-depth: 1
2026-06-04T07:59:21.2767897Z   fetch-tags: false
2026-06-04T07:59:21.2769228Z   show-progress: true
2026-06-04T07:59:21.2770560Z   lfs: false
2026-06-04T07:59:21.2771793Z   submodules: false
2026-06-04T07:59:21.2773102Z   set-safe-directory: true
2026-06-04T07:59:21.2775138Z ##[endgroup]
2026-06-04T07:59:21.4366998Z Syncing repository: SaberMage/spt-core
2026-06-04T07:59:21.4372317Z ##[group]Getting Git version info
2026-06-04T07:59:21.4374724Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T07:59:21.4378162Z [command]/usr/bin/git version
2026-06-04T07:59:21.4379803Z git version 2.34.1
2026-06-04T07:59:21.4385006Z ##[endgroup]
2026-06-04T07:59:21.4396687Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/b2b7eade-ba02-42a8-9f31-ca4989f869e8/.gitconfig'
2026-06-04T07:59:21.4402751Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/b2b7eade-ba02-42a8-9f31-ca4989f869e8' before making global git config changes
2026-06-04T07:59:21.4407673Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T07:59:21.4411876Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T07:59:21.4444092Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T07:59:21.4473788Z https://github.com/SaberMage/spt-core
2026-06-04T07:59:21.4492902Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T07:59:21.4498658Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T07:59:21.4531782Z refs/heads/dev-freeform
2026-06-04T07:59:21.4544117Z [command]/usr/bin/git checkout --detach
2026-06-04T07:59:21.4603527Z HEAD is now at 9b5c39c docs(plan): mark M4-D7 complete (both slices CI-green)
2026-06-04T07:59:21.4659752Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T07:59:21.4697948Z Deleted branch dev-freeform (was 9b5c39c).
2026-06-04T07:59:21.4751812Z ##[endgroup]
2026-06-04T07:59:21.4753880Z [command]/usr/bin/git submodule status
2026-06-04T07:59:21.4994531Z ##[group]Cleaning the repository
2026-06-04T07:59:21.4997945Z [command]/usr/bin/git clean -ffdx
2026-06-04T07:59:21.5034997Z Removing traceable-reqs
2026-06-04T07:59:21.5047437Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T07:59:21.5101266Z HEAD is now at 9b5c39c docs(plan): mark M4-D7 complete (both slices CI-green)
2026-06-04T07:59:21.5108112Z ##[endgroup]
2026-06-04T07:59:21.5110927Z ##[group]Disabling automatic garbage collection
2026-06-04T07:59:21.5117423Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T07:59:21.5155356Z ##[endgroup]
2026-06-04T07:59:21.5157682Z ##[group]Setting up auth
2026-06-04T07:59:21.5165002Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T07:59:21.5207272Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T07:59:21.5450119Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T07:59:21.5494424Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T07:59:21.5746104Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T07:59:21.5787861Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T07:59:21.6026710Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T07:59:21.6087986Z ##[endgroup]
2026-06-04T07:59:21.6090567Z ##[group]Fetching the repository
2026-06-04T07:59:21.6101538Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6fac5390690ed9c6ed759cca15e289d854009783:refs/remotes/origin/dev-freeform
2026-06-04T07:59:22.1598787Z From https://github.com/SaberMage/spt-core
2026-06-04T07:59:22.1602608Z  + 9b5c39c...6fac539 6fac5390690ed9c6ed759cca15e289d854009783 -> origin/dev-freeform  (forced update)
2026-06-04T07:59:22.1629274Z ##[endgroup]
2026-06-04T07:59:22.1631582Z ##[group]Determining the checkout info
2026-06-04T07:59:22.1634011Z ##[endgroup]
2026-06-04T07:59:22.1639650Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T07:59:22.1715361Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T07:59:22.1765140Z ##[group]Checking out the ref
2026-06-04T07:59:22.1773100Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T07:59:22.1835571Z Warning: you are leaving 1 commit behind, not connected to
2026-06-04T07:59:22.1837488Z any of your branches:
2026-06-04T07:59:22.1838225Z 
2026-06-04T07:59:22.1839131Z   9b5c39c docs(plan): mark M4-D7 complete (both slices CI-green)
2026-06-04T07:59:22.1840597Z 
2026-06-04T07:59:22.1841560Z If you want to keep it by creating a new branch, this may be a good time
2026-06-04T07:59:22.1843457Z to do so with:
2026-06-04T07:59:22.1844197Z 
2026-06-04T07:59:22.1844884Z  git branch <new-branch-name> 9b5c39c
2026-06-04T07:59:22.1845990Z 
2026-06-04T07:59:22.1846733Z Switched to a new branch 'dev-freeform'
2026-06-04T07:59:22.1848921Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T07:59:22.1863873Z ##[endgroup]
2026-06-04T07:59:22.1903351Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T07:59:22.1937644Z 6fac5390690ed9c6ed759cca15e289d854009783
